From 9a76d2d2033d8e00b7103dd10e55a53092b8593e Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 26 Feb 2025 10:15:27 +0800 Subject: [PATCH] gui/macOS: Remove "Advanced" settings from File Provider settings Signed-off-by: Claudio Cambra --- src/gui/macOS/ui/FileProviderSettings.qml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/gui/macOS/ui/FileProviderSettings.qml b/src/gui/macOS/ui/FileProviderSettings.qml index 86e6128bf..7ffee4d4f 100644 --- a/src/gui/macOS/ui/FileProviderSettings.qml +++ b/src/gui/macOS/ui/FileProviderSettings.qml @@ -139,20 +139,6 @@ Page { } } } - - EnforcedPlainTextLabel { - Layout.fillWidth: true - Layout.topMargin: Style.standardSpacing - text: qsTr("Advanced") - font.bold: true - font.pointSize: Style.subheaderFontPtSize - elide: Text.ElideRight - } - - Button { - text: qsTr("Signal file provider domain") - onClicked: root.controller.signalFileProviderDomain(root.accountUserIdAtHost) - } } } } -- 2.30.2